structure in c sharp with example

110

structure in c sharp with example -

struct Books {
   public string title;
   public string author;
   public string subject;
   public int book_id;
};  

Comments

Submit
0 Comments